GetFlattenedDocumentResponse

data class GetFlattenedDocumentResponse(nodes: List<Node>)

Represents response frame that is returned from DOM#getFlattenedDocument operation call. Returns the root DOM node (and optionally the subtree) to the caller. Deprecated, as it is not designed to work well with the rest of the DOM agent. Use DOMSnapshot.captureSnapshot instead.

See also

Constructors

GetFlattenedDocumentResponse
Link copied to clipboard
fun GetFlattenedDocumentResponse(nodes: List<Node>)

Properties

nodes
Link copied to clipboard
val nodes: List<Node>
Resulting node.

Sources

jvm source
Link copied to clipboard